Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Bump bundler from 2.6.3 to 2.7.1#803

Merged
lfdebrux merged 2 commits intomainfrom
bump-bundler
Jul 29, 2025
Merged

Bump bundler from 2.6.3 to 2.7.1#803
lfdebrux merged 2 commits intomainfrom
bump-bundler

Conversation

@lfdebrux
Copy link
Copy Markdown
Contributor

@lfdebrux lfdebrux commented Jul 29, 2025

What problem does this pull request solve?

Bumps bundler from 2.6.3 to 2.7.1.

When using the latest version of RubyGems with Bundler 2.6.3 a number of redefined constant errors are emitted, so this commit bumps Bundler.

Note that this bump drops support for Ruby 3.1.

Things to consider when reviewing

  • Ensure that you consider the wider context.
  • Does it work when run on your machine?
  • Is it clear what the code is doing?
  • Do the commit messages explain why the changes were made?
  • Are there all the unit tests needed?
  • Has all relevant documentation been updated?

@lfdebrux lfdebrux changed the title Update Gemfile to fix deprecation warnings Bump bundler from 2.6.3 to 2.7.1 Jul 29, 2025
lfdebrux added 2 commits July 29, 2025 15:25
Bumps [bundler](https://bundler.io/) from 2.6.3 to 2.7.1.

When using the latest version of RubyGems with Bundler 2.6.3 a number of
`redefined constant` errors are emitted, so this commit bumps Bundler.

- [Release notes](https://github.com/rubygems/rubygems/releases/tag/bundler-v2.7.1)
- [Changelog](https://github.com/rubygems/rubygems/blob/bundler-v2.7.1/bundler/CHANGELOG.md)
- [Commits](ruby/rubygems@bundler-v2.6.3...bundler-v2.7.1)

Note that this bump drops support for Ruby 3.1.
The latest version of Bundler was complaining that

    Platform :mingw, :x64_mingw is deprecated. Please use platform :windows instead.

This commit updates the line for the debug gem in to oblige it. This
should work with all installations of this app, since Bundler will
always install the version of Bundler specified in the lockfile before
proceeding.

We also add `require: "debug/prelude"` to the line for the debug gem to
match what is generated by `rails new` (see [[1]]); this might also give
a small speedup.

[1]: rails/rails@7254549
@sonarqubecloud
Copy link
Copy Markdown

@lfdebrux lfdebrux merged commit ec60e4b into main Jul 29, 2025
4 checks passed
@lfdebrux lfdebrux deleted the bump-bundler branch July 29, 2025 12:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants